home *** CD-ROM | disk | FTP | other *** search
- Path: news.lpr.carel.fi!usenet
- From: Ari Lukumies <aril@cmt.lpr.mail.carel.fi>
- Newsgroups: comp.lang.c++
- Subject: Re: simple problem
- Date: Fri, 08 Mar 1996 14:08:18 +0200
- Organization: Carelcomp Forest
- Message-ID: <31402332.3657@cmt.lpr.mail.carel.fi>
- References: <4hkosd$p3p@mn5.swip.net>
- NNTP-Posting-Host: renoir.cclahti.carel.fi
- Mime-Version: 1.0
- Content-Type: text/plain; charset=iso-8859-1
- Content-Transfer-Encoding: 8bit
- X-Mailer: Mozilla 2.0 (WinNT; I)
-
- Daniel MarjamΣki wrote:
- >
- > Hallo!
- >
- > I want more parameters than two in one of my functions, how do I do?
- > I get an errormassage when I run the following function :
- >
- > int knapp(int x1,y1,x2,y2)
- > {
- > rectangle(x1,y1,x2,y2);
- > }
- >
-
- Just obtain an outdated old compiler. :) Actually, check out some book telling
- you how to declare function parameters, such as K&R. Maybe you already got one
- with your compiler?
-
- Later,
- AriL
- --
- All my opinions are mine and mine alone.
-